dnd: Introduce gdk_drop_read_async() and use it
authorBenjamin Otte <otte@redhat.com>
Sun, 10 Dec 2017 00:05:37 +0000 (01:05 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 10 Dec 2017 00:09:14 +0000 (01:09 +0100)
commit803cbd576f6597f4b851c6f1b7ded98691525e5a
tree37bdd913a246fe8d247548d4a97b74ff289630b8
parent963264a73af03606a08d85be9e4459bb9eaded14
dnd: Introduce gdk_drop_read_async() and use it

This is the replacement for selection usage.

Backend implementations for X11 (missing support for backwards compat
formats like COMPOUND_TEXT) and Wayland are included.

GTK code should be adapted to use gdk_drop_read_*() functions instead
of gtk_drag_get_data().
gdk/gdkdnd.c
gdk/gdkdnd.h
gdk/gdkdndprivate.h
gdk/wayland/gdkdnd-wayland.c
gdk/x11/gdkclipboard-x11.c
gdk/x11/gdkclipboard-x11.h
gdk/x11/gdkdnd-x11.c
gtk/gtkdnd.c